From e581ec1ed53f6a3aaefc168ec9d3d278c1b51f9d Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 10 Jun 2010 14:56:11 +0200 Subject: [PATCH] * notifications.el: Move file from lisp/net, because it is supposed to talk locally to the user. --- lisp/ChangeLog | 5 +++++ lisp/{net => }/notifications.el | 0 2 files changed, 5 insertions(+) rename lisp/{net => }/notifications.el (100%) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 945eb474a01..c9abb8ee290 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-06-10 Michael Albinus + + * notifications.el: Move file from lisp/net, because it is + supposed to talk locally to the user. + 2010-06-10 Julien Danjou * net/notifications.el (notifications-on-action-signal) diff --git a/lisp/net/notifications.el b/lisp/notifications.el similarity index 100% rename from lisp/net/notifications.el rename to lisp/notifications.el -- 2.30.2